home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m05.dir / 00004.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  643 b   |  29 lines

  1. on exitFrame
  2.   if rollOver(6) then
  3.     puppetSprite(6, 1)
  4.     set the castNum of sprite 6 to cast "b031.roll"
  5.     updateStage()
  6.   else
  7.     set the castNum of sprite 6 to cast "b031"
  8.     updateStage()
  9.   end if
  10.   if rollOver(7) then
  11.     puppetSprite(7, 1)
  12.     set the castNum of sprite 7 to cast "b032.roll"
  13.     updateStage()
  14.   else
  15.     set the castNum of sprite 7 to cast "b032"
  16.     updateStage()
  17.   end if
  18.   if rollOver(8) then
  19.     puppetSprite(8, 1)
  20.     set the castNum of sprite 8 to cast "b033.roll"
  21.     updateStage()
  22.   else
  23.     set the castNum of sprite 8 to cast "b033"
  24.     updateStage()
  25.   end if
  26.   mainMenuRollovers()
  27.   go(the frame)
  28. end
  29.